github.com/andybalholm/brotli.encoderDictionary.buckets (field)

6 uses

	github.com/andybalholm/brotli (current package)
		encoder_dict.go#L9: 	buckets               []uint16
		encoder_dict.go#L17: 	dict.buckets = kStaticDictionaryBuckets[:]
		static_dict.go#L77: 		var offset uint = uint(dict.buckets[hash(data)])
		static_dict.go#L430: 		var offset uint = uint(dict.buckets[hash(data[1:])])
		static_dict.go#L594: 			var offset uint = uint(dict.buckets[hash(data[2:])])
		static_dict.go#L626: 			var offset uint = uint(dict.buckets[hash(data[5:])])